Package org.dwcj.annotations
Class AnnotationProcessor
java.lang.Object
org.dwcj.annotations.AnnotationProcessor
Annotation processor for the application and controls annotations
- Author:
- Hyyan Abo Fakher
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessAppAnnotations(App app, AnnotationProcessor.RunningPhase phase) Process the annotations of the applicationvoidprocessControlAnnotations(AbstractControl control) Process the annotations of the control
-
Constructor Details
-
AnnotationProcessor
public AnnotationProcessor()
-
-
Method Details
-
processAppAnnotations
public void processAppAnnotations(App app, AnnotationProcessor.RunningPhase phase) throws DwcAnnotationException Process the annotations of the application- Parameters:
app- The application to processphase- The phase of the application- Throws:
DwcAnnotationException
-
processControlAnnotations
Process the annotations of the control- Parameters:
control- The control to process- Throws:
DwcAnnotationException
-