Class AnnotationToRegisterIntoClientContextBuildItem


  • public final class AnnotationToRegisterIntoClientContextBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    A Build Item that is used to register annotations that are used by the client to register services into the client context.
    • Constructor Detail

      • AnnotationToRegisterIntoClientContextBuildItem

        public AnnotationToRegisterIntoClientContextBuildItem​(org.jboss.jandex.DotName annotation,
                                                              Class<?> expectedReturnType)
    • Method Detail

      • getAnnotation

        public org.jboss.jandex.DotName getAnnotation()
      • getExpectedReturnType

        public Class<?> getExpectedReturnType()