@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Qualifier public @interface FacesBehavior
The presence of this annotation on a class automatically registers the class with the runtime as a Behavior.
The value of this annotation attribute is taken to be the behavior-id with which instances of this class of
behavior can be instantiated by calling
Application.createBehavior(java.lang.String)
| Modifier and Type | Required Element and Description |
|---|---|
String |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
managed
The value of this annotation attribute is taken to be an indicator that flags whether or not the given converter is a CDI managed converter. |
public abstract String value
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.