Package org.apache.cxf.annotations
Annotation Type EndpointProperties
- 
 @Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface EndpointProperties Specifies properties to record for the endpoint
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description EndpointProperty[]valueThe properties
 
- 
- 
- 
Element Detail- 
valueEndpointProperty[] value The properties- Returns:
- the list of properties to set
 
 
- 
 
-