Interface JAnnotationMethod

All Superinterfaces:
HasAnnotations, HasTypeParameters, JAbstractMethod, JMethod

public interface JAnnotationMethod extends JMethod
Method declared on an annotation type.
  • Method Details

    • getDefaultValue

      Object getDefaultValue()
      Returns the default value for this annotation method or null if there is not one.
      Returns:
      default value for this annotation method or null if there is not one