Class SVGShapeProcessor

  • All Implemented Interfaces:
    Processor

    @SupportedAnnotationTypes("org.kie.workbench.common.stunner.svg.annotation.SVGViewFactory")
    @SupportedSourceVersion(RELEASE_8)
    public class SVGShapeProcessor
    extends org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
    Note that current implementation only considers a single SVGViewFactory for each module.
    • Constructor Detail

      • SVGShapeProcessor

        public SVGShapeProcessor()
    • Method Detail

      • processWithExceptions

        protected boolean processWithExceptions​(Set<? extends TypeElement> set,
                                                RoundEnvironment roundEnv)
                                         throws Exception
        Specified by:
        processWithExceptions in class org.uberfire.annotations.processors.AbstractErrorAbsorbingProcessor
        Throws:
        Exception