Annotation Type BooleanFlag

@Retention(RUNTIME)
@Target({FIELD,TYPE,METHOD})
public @interface BooleanFlag

Event field annotation, specifies that the value is a boolean flag, a true or false value

Since:
9