Annotation Interface EmbeddedNaming
@Internal
@Retention(RUNTIME)
@Target({METHOD,FIELD,ANNOTATION_TYPE})
@Documented
public @interface EmbeddedNaming
Internal metadata for embedded property naming.
- Since:
- 5.0.0
- Author:
- radovanradic
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements
-
Element Details
-
value
EmbeddedNaming.Strategy value- Returns:
- The embedded naming strategy.
-