Uses of Class
io.annot8.core.capabilities.AnnotationCapability
-
Packages that use AnnotationCapability Package Description io.annot8.core.capabilities This package contains the core interface for capabilities. -
-
Uses of AnnotationCapability in io.annot8.core.capabilities
Methods in io.annot8.core.capabilities that return types with arguments of type AnnotationCapability Modifier and Type Method Description Stream<AnnotationCapability>Capabilities. getCreatedAnnotations()The type of any output annotations produced by this componentStream<AnnotationCapability>Capabilities. getDeletedAnnotations()The type of any output annotations deleted by this componentStream<AnnotationCapability>Capabilities. getProcessedAnnotations()The type of any input annotations (i.e.Methods in io.annot8.core.capabilities with parameters of type AnnotationCapability Modifier and Type Method Description Capabilities.BuilderCapabilities.Builder. createsAnnotation(AnnotationCapability capability)Declare that the component will create an annotationCapabilities.BuilderCapabilities.Builder. deletesAnnotation(AnnotationCapability capability)Declare that the component will delete an annotationCapabilities.BuilderCapabilities.Builder. processesAnnotation(AnnotationCapability capability)Declare that the component will process an annotation
-