Uses of Class
com.textrazor.annotations.Annotation

Packages that use Annotation
com.textrazor.annotations   
 

Uses of Annotation in com.textrazor.annotations
 

Subclasses of Annotation in com.textrazor.annotations
 class Entailment
           
 class Entity
           
 class NounPhrase
           
 class Property
           
 class Relation
           
 class Sentence
           
 class Topic
           
 class Word
           
 

Methods in com.textrazor.annotations that return types with arguments of type Annotation
 java.util.List<Annotation> Custom.BoundVariable.getAnnotationValue()