Package org.hyperledger.aries.pojo
Annotation Type AttributeName
-
@Retention(RUNTIME) @Target(FIELD) public @interface AttributeName
Used to influence field handling in POJOs
-
-
Element Detail
-
value
String value
- Returns:
- the desired name of the field
- Default:
- ""
-
-