org.oasisopen.sca.annotation
Annotation Type PolicySets


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

The @PolicySets annotation is used to attach one or more SCA Policy Sets to a Java implementation class or to one of its subelements.


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:
""