@Documented
@TypeQualifier
@Retention(value=RUNTIME)
public @interface Excluding
Is used to document an parameter, field, ... which was excluded from a range.
Example: public boolean isInRange(@Including int start, @Excluding int end)
Copyright © 2013 echocat. All Rights Reserved.