5455565758596061
return symbol.value(); } public static boolean isUnit( @Nonnull Class<? extends Annotation> unitType ) { Unit unit = unitType.getAnnotation( Unit.class ); return unit != null; }