Interface AttributeDescription.Producer

Enclosing interface:
AttributeDescription

public static interface AttributeDescription.Producer
The producer is tasked with providing descriptions for attributes. By default, the ReflectionAttributeDescriptionProducer is used.
  • Method Summary

    Modifier and Type
    Method
    Description
    describe(Attribute attribute)
    Produces a description for the given attribute.
  • Method Details

    • describe

      AttributeDescription describe(Attribute attribute)
      Produces a description for the given attribute.
      Parameters:
      attribute - the attribute to describe.
      Returns:
      attribute description.