public interface javax.xml.ws.ServiceMode extends java.lang.annotation.Annotation
minor version: 0
major version: 59
flags: flags: (0x2601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
this_class: javax.xml.ws.ServiceMode
super_class: java.lang.Object
{
public abstract javax.xml.ws.Service$Mode value();
descriptor: ()Ljavax/xml/ws/Service$Mode;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
AnnotationDefault: javax.xml.ws.Service$Mode.PAYLOAD:Ljavax/xml/ws/Service$Mode;
}
SourceFile: "ServiceMode.java"
InnerClasses:
public final Mode = javax.xml.ws.Service$Mode of javax.xml.ws.Service
RuntimeVisibleAnnotations:
java.lang.annotation.Target(value = {java.lang.annotation.ElementType.TYPE:Ljava/lang/annotation/ElementType;})
java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.RUNTIME:Ljava/lang/annotation/RetentionPolicy;)
java.lang.annotation.Inherited()
java.lang.annotation.Documented()