Package org.jboss.cache.factories.annotations

Examples of org.jboss.cache.factories.annotations.ComponentName


   {
      for (Annotation a : annotationsOnParameter)
      {
         if (a instanceof ComponentName)
         {
            ComponentName cn = (ComponentName) a;
            return cn.value();
         }
      }
      return null;
   }
View Full Code Here

TOP

Related Classes of org.jboss.cache.factories.annotations.ComponentName

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.