Projekt

Obecné

Profil

Stáhnout (126 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
package jdeserialize;
2

    
3
/**
4
 * Enum for class description types.
5
 */
6
public enum classdesctype {
7
    NORMALCLASS, PROXYCLASS
8
}
(9-9/20)