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