Uses of Interface
com.webcohesion.enunciate.javac.decorations.element.PropertySpec
-
Packages that use PropertySpec Package Description com.webcohesion.enunciate.javac.decorations.element -
-
Uses of PropertySpec in com.webcohesion.enunciate.javac.decorations.element
Classes in com.webcohesion.enunciate.javac.decorations.element that implement PropertySpec Modifier and Type Class Description static classElementUtils.DefaultPropertySpecMethods in com.webcohesion.enunciate.javac.decorations.element with parameters of type PropertySpec Modifier and Type Method Description List<PropertyElement>DecoratedTypeElement. getProperties(PropertySpec spec)protected List<PropertyElement>DecoratedTypeElement. loadProperties(PropertySpec spec)Constructors in com.webcohesion.enunciate.javac.decorations.element with parameters of type PropertySpec Constructor Description PropertyElement(DecoratedExecutableElement getter, DecoratedExecutableElement setter, PropertySpec spec, DecoratedProcessingEnvironment env)
-