|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface MythProtoVersionMetadata
This annotation is used to append additional metadata to a protocol-version range.
See ProtocolVersionInfo for constants, that can be used as key for this annotation.
@MythProtoVersionAnnotation(from=PROTO_VERSION_15, fromInfo={ @MythProtoVersionMetadata(key=SVN_COMMIT, value="5156"), @MythProtoVersionMetadata(key=GIT_COMMIT, value="e6c87e28e6e54e046882") }) public abstract boolean rescheduleRecordings(Integer recordingId) throws IOException;
protocol-version range,
metadata constants| Required Element Summary | |
|---|---|
String |
key
Gets the metadata key. |
String |
value
Gets the metadata value. |
| Element Detail |
|---|
public abstract String key
This is one of the constants defined in ProtocolVersionInfo.
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||