Package org.jboss.reflect.plugins

Examples of org.jboss.reflect.plugins.AnnotationValueImpl


      for (Annotation annotation : annotations)
      {
         Class<?> type = annotation.annotationType();
         AnnotationInfoImpl info = new AnnotationInfoImpl(type.getName(), type.getModifiers());
         // TODO JBMICROCONT-127 attributes
         AnnotationValue a = new AnnotationValueImpl(info, new HashMap<String, Value>(), annotation);
         expected.add(a);
      }
      return expected;
   }
View Full Code Here

TOP

Related Classes of org.jboss.reflect.plugins.AnnotationValueImpl

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.