Package io.milton.annotations
Annotation Type BeanPropertyResource
-
@Target(TYPE) @Retention(RUNTIME) public @interface BeanPropertyResource
Annotation type to identify classes to be accessible byBeanPropertyResourceThis allows them to have their properties read from and written to by PROPFIND and PROPPATCH.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanenableByDefaultIf true, indicates that properties on the resource should be accessible unless otherwise specifiedbooleanwritable
-
-
-
Element Detail
-
value
String value
Default property which is the namespace uri for the properties on this resource E.g. http://mycompany.com/ns/example- Returns:
- - the namespace uri
-
-