Annotation Interface ReflectionConfig.ReflectiveMethodConfig

Enclosing class:
ReflectionConfig

@Retention(RUNTIME) public static @interface ReflectionConfig.ReflectiveMethodConfig
Method configuration.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
     
  • Element Details

    • name

      String name
      Returns:
      The name of the method.
    • parameterTypes

      Class<?>[] parameterTypes
      Returns:
      The parameter types.
      Default:
      {}