Package gnu.jel.reflect


package gnu.jel.reflect
  • Interfaces
    Class
    Description
    Denotes the object as being automatically convertible to java boolean type.
    Denotes the object as being automatically convertible to java byte type.
    Denotes the object as being automatically convertible to java char type.
    Denotes the object as being automatically convertible to java double type.
    Denotes the object as being automatically convertible to java float type.
    Denotes the object as being automatically convertible to java int type.
    Denotes the object as being automatically convertible to java long type.
    Denotes the object as being automatically convertible to java short type.
    Denotes the object as being automatically convertible to java String type using its .toString() method.