Package org.apache.webbeans.spi.BeanArchiveService

Examples of org.apache.webbeans.spi.BeanArchiveService.BeanDiscoveryMode


    public BeanArchiveFilter(BeanArchiveInformation beanArchiveInfo, List<String> urlClasses)
    {
        this.beanArchiveInfo = beanArchiveInfo;
        this.urlClasses = urlClasses;
        BeanDiscoveryMode discoveryMode = beanArchiveInfo.getBeanDiscoveryMode();

        scanNone = BeanDiscoveryMode.NONE.equals(discoveryMode);
    }
View Full Code Here

TOP

Related Classes of org.apache.webbeans.spi.BeanArchiveService.BeanDiscoveryMode

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.