Annotation Interface Preferred
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,FIELD,LOCAL_VARIABLE,METHOD,TYPE,TYPE_PARAMETER,TYPE_USE})
public @interface Preferred
Indicates that the annotated element is preferred over others of a
similar kind.
- Author:
- Laird Nelson
-
Optional Element Summary
-
Element Details
-
value
A description of the reason for preference.- Returns:
- a description of the reason for preference
- Default:
- ""
-