public interface Annotation<ANNOTATION_TYPE> extends Comparable<Annotation<ANNOTATION_TYPE>>
Modifier and Type | Method and Description |
---|---|
ANNOTATION_TYPE |
getAnnotation()
Returns the actual annotation.
|
int |
getChannel()
Returns the channel index of the channel to annotate.
|
compareTo
ANNOTATION_TYPE getAnnotation()
The given annotation type is generic, meaning it can be of any
type. One constraint that all annotation types must adhere is that
they have a proper Object.toString()
implementation.
null
.int getChannel()
Copyright © 2015 L'Xtreme IT consultancy. All rights reserved.