@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Publish
Modifier and Type | Required Element and Description |
---|---|
String |
publishid
The publishing id, e.g. url or name.
|
String |
publishtype
The publishing type, e.g. web service.
|
Modifier and Type | Optional Element and Description |
---|---|
Class<?> |
mapping
The mapping information (e.g. annotated interface).
|
NameValue[] |
properties
Additional mapping properties.
|
public abstract String publishid
public abstract String publishtype
public abstract Class<?> mapping
public abstract NameValue[] properties
Copyright © 2012. All Rights Reserved.