Package org.jboss.hal.spi
Annotation Type Requires
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface Requires
Specifies the required resources attached to an UI element. Currently this is either a presenter-proxy or a finder column. You can prefix a resource with "opt://" to mark it as optional. Optional resources won't throw an exception if they cannot be read.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrecursiveRecursively parse child resources
-
-
-
Element Detail
-
value
String[] value
Set of required resource to operate on (addressable privilege)
-
-