|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.descriptor.annotation.GlobalAnnotations
public class GlobalAnnotations
Defines annotations that can be specified on any element in a bean interface as well as the interface itself.
Field Summary | |
---|---|
static AnnotationDefinition |
CONFIGURABLE
When present on a property, indicates that this property may be changed during configuration. |
static AnnotationDefinition |
DYNAMIC
When present on a property, indicates that property can be changed without redeploy/reboot. |
static AnnotationDefinition |
EXCLUDE
Specifies that the annotated element should not appear in the public docs. |
static AnnotationDefinition |
OBSOLETE
Indicates that the annotated element is not functional in any product at or beyond versionNumber. |
static AnnotationDefinition |
ROLE_ALLOWED
When present on a property, indicates the default allowed security roles for the property. |
static AnnotationDefinition |
ROLE_PERMIT_ALL
When present on a property, indicates the default is to allow access for all roles. |
Constructor Summary | |
---|---|
GlobalAnnotations()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AnnotationDefinition EXCLUDE
Usage: @exclude
public static final AnnotationDefinition DYNAMIC
Default: false
Usage: @dynamic booleanValue
public static final AnnotationDefinition CONFIGURABLE
Default: false
Usage: @configurable booleanValue
public static final AnnotationDefinition OBSOLETE
In most cases an element that is obsolete should be removed entirely. This is not possible for MBeans given the current approach for supporting compatibility with older versions. In this approach, the compatibility layer is generated off of the same interfaces that define the current API. This means that properties that are unsupported in the new API are still visible in the API.
Usage: @obsolete [versionNumber]
public static final AnnotationDefinition ROLE_ALLOWED
Usage: @roleAllowed roleName
public static final AnnotationDefinition ROLE_PERMIT_ALL
Usage: @rolePermitAll
Constructor Detail |
---|
public GlobalAnnotations()
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |