-
@Target(PARAMETER) @Retention(SOURCE) public @interface ApiTypeDefine the type that should be displayed instead of the actual type. This can be used to hide internal wrapper DTOs.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>valueThe type to be displayed instead.
-