See: Description
| Class | Description |
|---|---|
| AbstractApplicationAnnotationProcessor |
A base class for annotation processors to register extensions in the application.xml file.
Implementations must add: an instance of the JAXB root element: AbstractApplicationAnnotationProcessor.addExtensionConfiguration(java.lang.Object)
the model elements with the annotations: AbstractApplicationAnnotationProcessor.addOriginatingElements(javax.lang.model.element.Element...)
either the JAXB root element type: AbstractApplicationAnnotationProcessor.addJAXBRootClass(java.lang.Class) or the package of the JAXB root element type: AbstractApplicationAnnotationProcessor.addJAXBPackage(java.lang.String)
|
Copyright © 2012–2019 Drombler. All rights reserved.