Package org.apache.webbeans.portable

Examples of org.apache.webbeans.portable.EventMetadataProducer


        super(webBeansContext,
              WebBeansType.METADATA,
              new BeanAttributesImpl<EventMetadata>(CollectionUtil.<Type>unmodifiableSet(EventMetadata.class, Object.class)),
              EventMetadata.class,
              false,
              new SimpleProducerFactory<EventMetadata>(new EventMetadataProducer()));
    }
View Full Code Here

TOP

Related Classes of org.apache.webbeans.portable.EventMetadataProducer

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.