Kie :: Spring 6.2.0.CR2

org.kie.spring.annotations
Class AnnotationsUtil

java.lang.Object
  extended by org.kie.spring.annotations.AnnotationsUtil

public class AnnotationsUtil
extends Object


Constructor Summary
AnnotationsUtil()
           
 
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
 

Constructor Detail

AnnotationsUtil

public AnnotationsUtil()
Method Detail

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 on
source - 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

Kie :: Spring 6.2.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.