@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,LOCAL_VARIABLE,FIELD,METHOD,ANNOTATION_TYPE,TYPE})
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.