Package io.milton.annotations
Annotation Interface BeanPropertyResource
Annotation type to identify classes to be accessible by
BeanPropertyResource
This allows them to have their properties read from and written to by PROPFIND and PROPPATCH.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIf true, indicates that properties on the resource should be accessible unless otherwise specifiedboolean
-
Element Details
-
value
String valueDefault property which is the namespace uri for the properties on this resource E.g. http://mycompany.com/ns/example- Returns:
- - the namespace uri
-
-
-
writable
boolean writable- Returns:
- - true allows the resource to be updatable
- Default:
- true
-
enableByDefault
boolean enableByDefaultIf true, indicates that properties on the resource should be accessible unless otherwise specified- Returns:
- Default:
- true
-