Annotation Type MethodHint

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String name
      Name of the method.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Class<?>[] parameterTypes
      Parameter types of the method.
    • Element Detail

      • name

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

        Class<?>[] parameterTypes
        Parameter types of the method.
        Returns:
        the parameter types
        Default:
        {}