Skip to content

Instantly share code, notes, and snippets.

@damithadayananda
Last active April 12, 2019 10:57
Show Gist options
  • Save damithadayananda/ad071bcec25152262c1bc677b3703fdc to your computer and use it in GitHub Desktop.
Save damithadayananda/ad071bcec25152262c1bc677b3703fdc to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME) 
@Target(ElementType.FIELD) 
public @interface myField { 
public boolean enabled() default true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment