Annotation Interface PlaceholderValue
@Retention(SOURCE)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,METHOD,PACKAGE,PARAMETER,TYPE})
public @interface PlaceholderValue
Annotation to indicate that the method returns a placeholder value.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe value of the placeholder. (warning message)- Returns:
- The value of the placeholder. (warning message)
-