Uses of Interface
com.webcohesion.enunciate.javac.decorations.ElementDecoration
-
Packages that use ElementDecoration Package Description com.webcohesion.enunciate.javac.decorations -
-
Uses of ElementDecoration in com.webcohesion.enunciate.javac.decorations
Methods in com.webcohesion.enunciate.javac.decorations that return types with arguments of type ElementDecoration Modifier and Type Method Description List<ElementDecoration>DecoratedProcessingEnvironment. getElementDecorations()Constructor parameters in com.webcohesion.enunciate.javac.decorations with type arguments of type ElementDecoration Constructor Description DecoratedProcessingEnvironment(ProcessingEnvironment delegate, List<ElementDecoration> elementDecorations, List<TypeMirrorDecoration> typeMirrorDecorations, List<AnnotationMirrorDecoration> annotationMirrorDecorations)
-