Package com.cedarsoft.unit

Examples of com.cedarsoft.unit.Unit


    return symbol.value();
  }

  public static boolean isUnit( @Nonnull Class<? extends Annotation> unitType ) {
    Unit unit = unitType.getAnnotation( Unit.class );
    return unit != null;
  }
View Full Code Here

TOP

Related Classes of com.cedarsoft.unit.Unit

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.