| org.caramba.annotations.PanelName
PanelName | public @interface PanelName(Code) | | Use this annotation specifying the name of the panel to be created implicitly.
Can only be used when the Class (which contains the annotated field) has a
@ImplicitComponentRegistration annotation.
author: Pieter Degraeuwe |
value | String value(Code) | | The name of the panel as it exists in the CarambaConfig (created by caramba-config.xml or other CarambaConfig implementations)
|
|
|