| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=PACKAGE) public @interface VersionAnnotation
This class is about package attribute that captures version info of Flume that was compiled.
| Required Element Summary | |
|---|---|
|  String | branchGet the branch from which this was compiled. | 
|  String | dateGet the date when Flume was compiled. | 
|  String | revisionGet the subversion revision. | 
|  String | srcChecksumGet a checksum of the source files from which Flume was compiled. | 
|  String | urlGet the url for the subversion repository. | 
|  String | userGet the username that compiled Flume. | 
|  String | versionGet the Flume version | 
| Element Detail | 
|---|
public abstract String version
public abstract String revision
public abstract String branch
public abstract String user
public abstract String date
public abstract String url
public abstract String srcChecksum
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||