Package javax.resource.spi

Examples of javax.resource.spi.ConfigProperty.description()


      {
         cfgMeta.setType(getConfigPropertyType(annotation));
      }
      cfgMeta.setIgnore(configProperty.ignore());

      String[] description = configProperty.description();
      if (description != null)
      {
         if (cfgMeta.getDescriptions() == null)
         {
            DescriptionsImpl descsImpl = new DescriptionsImpl();
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.