Uses of Class
oracle.dbtools.plugin.api.types.AnnotationSet
-
Packages that use AnnotationSet Package Description oracle.dbtools.plugin.api.types Provides a layer atopjava.lang.reflect
package to aid dependency resolution and injection. -
-
Uses of AnnotationSet in oracle.dbtools.plugin.api.types
Methods in oracle.dbtools.plugin.api.types that return AnnotationSet Modifier and Type Method Description static AnnotationSet
AnnotationSet. from(java.lang.reflect.AnnotatedElement element)
Generate the set of annotations that this element is annotated withMethods in oracle.dbtools.plugin.api.types with parameters of type AnnotationSet Modifier and Type Method Description java.util.Set<TypeQualifier<?>>
ProvidedClassifier. provides(AnnotationSet annotations)
Determines the services that the specified AnnotationSet provides.
-