Class PropertyElement

  • All Implemented Interfaces:
    AnnotatedConstruct, Element, ExecutableElement, Parameterizable

    public class PropertyElement
    extends DecoratedExecutableElement
    A property, representing the getter/setter pair. In all cases, the description of the property matches the description of the getter, but the annotations are the union of the getter and the setter, with the intersection preferring the getter.
    Author:
    Ryan Heaton