|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public static @interface ProtocolDescription.Tag
Indicates protocol and SDK name of protocol class.
Required Element Summary | |
---|---|
java.lang.String |
protocolName
Name of indicated protocol. |
java.lang.String |
sdkName
Name of SDK which indicated protocol belongs to. |
Element Detail |
---|
public abstract java.lang.String sdkName
public abstract java.lang.String protocolName
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |