Package org.springframework.nativex.hint
Annotation Type MethodHint
-
@Retention(RUNTIME) public @interface MethodHint
Configure reflection for a given method.- Author:
- Andy Clement, Sebastien Deleuze
- See Also:
- Manual configuration of reflection use in native images
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<?>[]
parameterTypes
Parameter types of the method.
-