Package org.jboss.aop.annotation.factory.duplicate

Examples of org.jboss.aop.annotation.factory.duplicate.AnnotationValidationException


         }
      }

      if (notAssignedAttributes != null)
      {
         throw new AnnotationValidationException("Unable to fill in default attributes for " + annotation + " " + notAssignedAttributes);
      }
   }
View Full Code Here

TOP

Related Classes of org.jboss.aop.annotation.factory.duplicate.AnnotationValidationException

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.