Apache CXF API

org.apache.cxf.annotations
Annotation Type Policies


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Policies

Used to attach multiple Policy annotations to a method or type if policies need to be added to more than one place in the wsdl.


Required Element Summary
 Policy[] value
           
 

Element Detail

value

public abstract Policy[] value

Apache CXF API

Apache CXF