@Target(value={TYPE,ANNOTATION_TYPE,CONSTRUCTOR,METHOD,FIELD}) @Retention(value=SOURCE) public @interface RuntimeUsage
Allows to annotate symbols that are used at runtime only. This gives us a chance to suppress 'unused symbol' warnings issued by IDEs.
public abstract String value
Short description why the symbol is only used at runtime.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.