Uses of Class
org.drools.compiler.builder.impl.processors.AnnotationNormalizer
-
Packages that use AnnotationNormalizer Package Description org.drools.compiler.builder.impl.processors CompilationPhases originate as methods inKnowledgeBuilderImpl. -
-
Uses of AnnotationNormalizer in org.drools.compiler.builder.impl.processors
Methods in org.drools.compiler.builder.impl.processors that return AnnotationNormalizer Modifier and Type Method Description static AnnotationNormalizerAnnotationNormalizer. of(org.drools.core.addon.TypeResolver typeResolver, boolean isStrict)Constructors in org.drools.compiler.builder.impl.processors with parameters of type AnnotationNormalizer Constructor Description RuleAnnotationNormalizer(AnnotationNormalizer annotationNormalizer, org.drools.drl.ast.descr.PackageDescr packageDescr)TypeDeclarationAnnotationNormalizer(AnnotationNormalizer annotationNormalizer, org.drools.drl.ast.descr.PackageDescr packageDescr)
-