- Enclosing class:
MappedParam
@Repeatable(Imports.class)
@Retention(SOURCE)
@Target({TYPE,PACKAGE,MODULE})
public static @interface MappedParam.Import
Import a type to be mapped.
The type needs to have a single constructor argument that is a String type, or have a factory method that has a single argument that is a String type.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFactory method name used to construct the type.