|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface EndpointProperty
Specifies a property to record for the endpoint
Required Element Summary | |
---|---|
String |
key
The key to record the property |
String[] |
value
The value(s) of the property |
Element Detail |
---|
public abstract String[] value
public abstract String key
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |