@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Only
Allows one to specify that a Property is only applicable for a certain set
of build targets, be it JSF, or pure JSP.
Implicitly, Facet and Facets only apply to JSF, without need for Only.