Class ConsumeAnnotationWithExplicitPropertyBean


  • public class ConsumeAnnotationWithExplicitPropertyBean
    extends Object
    A bean having a method annotated with @Consume with an explicit Consume.property() value.
    • Constructor Detail

      • ConsumeAnnotationWithExplicitPropertyBean

        public ConsumeAnnotationWithExplicitPropertyBean()
    • Method Detail

      • consumeAnnotation

        @Consume(property="myEndpoint")
        public String consumeAnnotation​(String name)
      • getMyEndpoint

        public String getMyEndpoint()