org.caramba.annotations |
|
Java Source File Name | Type | Comment |
AnnotationUtil.java | Class | Utilitiy for Annotation Usage. |
ComponentId.java | Annotation | Use this annotation for configuring the componentId of your class member (by default the name of the
member is used. |
NoImplicitCreation.java | Annotation | Use this annotation on a page/panel field if you do not want that the field is implicitly created. |
NoImplicitRegistration.java | Annotation | Use this annotation on a page/panel field if you do not want that the field is implicitly Registered. |
PageConfig.java | Annotation | |
PanelConfig.java | Annotation | |
PanelName.java | Annotation | Use this annotation specifying the name of the panel to be created implicitly. |