Class CopyRight


  • public final class CopyRight
    extends java.lang.Object
    The copyright notice for binary java code required by legal.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OBJECT_CODE
      The copyright notice for binary java code required by legal.
    • Constructor Summary

      Constructors 
      Constructor Description
      CopyRight()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OBJECT_CODE

        public static final java.lang.String OBJECT_CODE
        The copyright notice for binary java code required by legal.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CopyRight

        public CopyRight()