|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Annotation<ANNOTATION_TYPE>
Denotes an annotation.
Method Summary | |
---|---|
ANNOTATION_TYPE |
getAnnotation()
Returns the actual annotation. |
int |
getChannel()
Returns the channel index of the channel to annotate. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |