public class MethodAnnotations extends GlobalAnnotations
Modifier and Type | Field | Description |
---|---|---|
static AnnotationDefinition |
ALLOW_SECURITY_OPERATIONS |
Indicates if an operation of security mbeans is allowed on domain and
runtime mbean servers.
|
static AnnotationDefinition |
OPERATION |
Indicates that the annotated method should be treated as an operation
even if matches a bean method pattern.
|
COMPUTED, CONFIGURABLE, DYNAMIC, EXCLUDE, OBSOLETE, OWNER, ROLE_ALLOWED, ROLE_EXCLUDED, ROLE_PERMIT_ALL, VISIBLE_TO_PARTITION
public static final AnnotationDefinition OPERATION
Usage: @operation
Usage: @wld:operation
public static final AnnotationDefinition ALLOW_SECURITY_OPERATIONS