Package aQute.bnd.annotation.metatype.Meta

Examples of aQute.bnd.annotation.metatype.Meta.AD.description()


      if (ad != null) {
        if (checkNull(ad.name()) != null)
          name = ad.name();

        description = checkNull(ad.description());
        if (checkNull(ad.deflt()) != null)
          ;
        deflt = ad.deflt();

        if (checkNull(ad.max()) != null)
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.