Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedCallable
-
Packages that use AnnotatedCallable Package Description jakarta.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of AnnotatedCallable in jakarta.enterprise.inject.spi
Subinterfaces of AnnotatedCallable in jakarta.enterprise.inject.spi Modifier and Type Interface Description interface
AnnotatedConstructor<X>
Represents a constructor of a Java class.interface
AnnotatedMethod<X>
Represents a method of a Java type.Methods in jakarta.enterprise.inject.spi that return AnnotatedCallable Modifier and Type Method Description AnnotatedCallable<X>
AnnotatedParameter. getDeclaringCallable()
Get the declaring method or constructor.
-