@Retention(value=RUNTIME) @Target(value=TYPE) public @interface InheritsAcls
collectionName()| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
constrainedClass
Class from which the target objects inherits ACLs.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
collectionName
Name of the multi-valued property in
constrainedClass() which contains the target object. |
String |
propertyName
Name of the single-valued property in
constrainedClass() which references the target object. |
public abstract Class<?> constrainedClass
public abstract String collectionName
constrainedClass() which contains the target object. When
collectionName() is used, propertyName() should be null.public abstract String propertyName
constrainedClass() which references the target object. When
propertyName() is used, collectionName() should be null.Copyright © 2010–2016 Henix, henix.fr. All rights reserved.