/* * Copyright 2011 Semantic Designs, Inc. All rights reserved. */ package java.lang; public abstract class Number { }