Interface AttributeDescriptor<T>

All Known Implementing Classes:
AttributeDescriptorImpl

public interface AttributeDescriptor<T>
Descriptor for an annotation attribute
  • Method Details

    • getName

      String getName()
      The name of the attribute.
    • getTypeDescriptor

      ValueTypeDescriptor<T> getTypeDescriptor()
      Descriptor for this attribute's type
    • getAttributeMethod

      Method getAttributeMethod()
      The attribute method.
    • isMultiValued

      default boolean isMultiValued()