Annotation Type ParameterNames
-
@Retention(RUNTIME) @Target(CONSTRUCTOR) @Inherited public @interface ParameterNames
Uses provided names in the order of the constructor parameters, instead of the constructor parameter names for the TypeFactory
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]
names
-