Examples of ImplicitNoInterfaceViewProcessor


Examples of org.jboss.metadata.process.processor.ejb.jboss.ImplicitNoInterfaceViewProcessor

    * @throws NullPointerException If <code>deploymentUnit</code> is null
    */
   @Override
   public JBossMetaDataProcessor<JBossMetaData> create(DeploymentUnit deploymentUnit)
   {
      return new ImplicitNoInterfaceViewProcessor(deploymentUnit.getClassLoader());
   }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.