Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
com.bea.util.jam.JAnnotatedElement

Packages that use JAnnotatedElement
com.bea.util.jam Provides interfaces for com.bea.util.jam
weblogic.descriptor.annotation Defines javadoc annotations that may be used in a DescriptorBean interface. 
 

Uses of JAnnotatedElement in com.bea.util.jam
 

Subinterfaces of JAnnotatedElement in com.bea.util.jam
 interface JClass
          Represents a Java class that may or may not be loaded in the VM.
 interface JConstructor
          Represents a constructor of a java class.
 interface JField
          Represents an exposed field on a Java class.
 interface JInvokable
          Base abstraction for something which can be invoked, i.e.
 interface JMember
          Represents an abstraction which can be member of a class.
 interface JMethod
          Represents a method of a java class.
 interface JPackage
          Represents a java package.
 interface JParameter
          Represents a single parameter of a Java method or constructor.
 interface JProperty
          This is a helper class which provides java.beans-like functionality in the JAM framework.
 

Uses of JAnnotatedElement in weblogic.descriptor.annotation
 

Methods in weblogic.descriptor.annotation with parameters of type JAnnotatedElement
 JAnnotationValue AnnotationDefinition.getAnnotationValue(JAnnotatedElement element)
           
 JAnnotationValue[] AnnotationDefinition.getAnnotationValues(JAnnotatedElement element)
          Copied and modified getAnnotationValue() by Eric.
 boolean AnnotationDefinition.isDefined(JAnnotatedElement element)
           
 


Copyright 1996, 2013, 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.2)

Part Number E27170-01