@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited 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 javax.faces.application.Application#createBehavior(java.lang.String)
public abstract String value
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.