org.kie.spring.annotations
Class AnnotationsUtil
java.lang.Object
org.kie.spring.annotations.AnnotationsUtil
public class AnnotationsUtil
- extends Object
|
Method Summary |
static Set<org.springframework.beans.factory.config.BeanDefinitionHolder> |
registerAnnotationConfigProcessors(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
Object source,
org.kie.api.builder.ReleaseId releaseId)
Register all relevant annotation post processors in the given registry. |
static void |
registerAnnotationConfigProcessors(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
org.kie.api.builder.ReleaseId releaseId)
Register all relevant annotation post processors in the given registry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationsUtil
public AnnotationsUtil()
registerAnnotationConfigProcessors
public static void registerAnnotationConfigProcessors(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
org.kie.api.builder.ReleaseId releaseId)
- Register all relevant annotation post processors in the given registry.
- Parameters:
registry - the registry to operate on
registerAnnotationConfigProcessors
public static Set<org.springframework.beans.factory.config.BeanDefinitionHolder> registerAnnotationConfigProcessors(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
Object source,
org.kie.api.builder.ReleaseId releaseId)
- Register all relevant annotation post processors in the given registry.
- Parameters:
registry - the registry to operate onsource - the configuration source element (already extracted)
that this registration was triggered from. May be null.
- Returns:
- a Set of BeanDefinitionHolders, containing all bean definitions
that have actually been registered by this call
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.