Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


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

Packages that use JAnnotation
com.bea.util.jam Provides interfaces for com.bea.util.jam
com.bea.util.jam.visitor Provides classes to traverse a JElement tree. 

 

Uses of JAnnotation in com.bea.util.jam

 

Methods in com.bea.util.jam that return JAnnotation
abstract  JAnnotation JAnnotationValue.asAnnotation()
          If this member is complex (i.e.
abstract  JAnnotation[] JAnnotationValue.asAnnotationArray()
          If this member is known to be an array of annotations (i.e.
abstract  JAnnotation[] JAnnotatedElement.getAllJavadocTags()
          Returns JAnnotations representing all of the javadoc tags on this element (including multiple tags with the same name).
abstract  JAnnotation JAnnotatedElement.getAnnotation(Class jsr175type)
          Returns the JAnnotation representing the annotation on this element of the given JSR 175 annotation type, or null if no such annotation exists.
abstract  JAnnotation JAnnotatedElement.getAnnotation(String named)
          Finds an annotation on this element according to the following rules: If the element as a JSR175 annotation of type 'named', returns a JAnnotation for it. If a javadoc tag exists named 'named' returns a JAnnotation for it.
abstract  JAnnotation[] JAnnotatedElement.getAnnotations()
          Returns the metadata JAnnotations that are associated with this abstraction.

 

Uses of JAnnotation in com.bea.util.jam.visitor

 

Methods in com.bea.util.jam.visitor with parameters of type JAnnotation
 void JVisitor.visit(JAnnotation ann)
           

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09