Annotation Type MethodVal

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] className
      The binary name of the class that declares this method.
      String[] methodName
      The name of the method that this Method object represents.
      int[] params
      The number of parameters to the method.
    • Element Detail

      • className

        String[] className
        The binary name of the class that declares this method.
      • methodName

        String[] methodName
        The name of the method that this Method object represents. Use <init> for constructors.
      • params

        int[] params
        The number of parameters to the method.