org.osoa.sca.annotations
Annotation Type PolicySets


@Target(value={TYPE,FIELD,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface PolicySets

Annotation that allows application of SCA Policy Sets.

Each policy set is specified using its XML QName in the form defined by javax.xml.namespace.QName#toString().


Optional Element Summary
 java.lang.String[] value
          Returns the policy sets to be applied.
 

value

public abstract java.lang.String[] value
Returns the policy sets to be applied.

Returns:
the policy sets to be applied
Default:
""