@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface UiAttribute
This annotation can be used when no other Inspector is available for the given attribute, and as an alternative to using XmlInspector.
public abstract String[] name
Multiple attributes can be specified if you need to set multiple attributes to the same value.
public abstract String value
This can be an EL expression if using an InspectionResultProcessor
such as
FacesInspectionResultProcessor
or JexlInspectionResultProcessor
.
Copyright © 2015. All Rights Reserved.