@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface DefaultType
invocation operation
input, output and fault type. This annotation allows you to set the default
type name for a class hierarchy (note the annotation is inherited). This is
very useful for setting the default type for e.g. a family of Exception types.OperationTypes
public abstract String value
Copyright © 2013–2019 JBoss by Red Hat. All rights reserved.