-
@Retention(RUNTIME) @Target({TYPE,METHOD}) @Documented public @interface Name
Annotation to configurestable nameoralias.- See Also:
value()
-
-
Element Detail
-
value
String value
- Returns:
- if a type is annotated, the
stable nameof abeaninterface or class. In case a property method of aWritableBeaninterface is annotated thealiasof that property.
-
-