Uses of Interface
org.objenesis.tck.features.Feature
-
Packages that use Feature Package Description org.objenesis.tck.features -
-
Uses of Feature in org.objenesis.tck.features
Classes in org.objenesis.tck.features that implement Feature Modifier and Type Class Description classAbstractFeatureBase class for features.classExtendsNotSerializableParentClassNo-arg of the first none serializable parent class is called.classExtendsSerializableClassA class extending a serializable class can be instantiated without calling any constructorclassNotSerializableClassNot serializable classes can't be instantiated.classReadExternalNotCalledExternalizablemethods should not be called during instantiation.classReadObjectNotCalledSerializablespecial methods should not be called during instantiation.classSerializableClassA serializable class can be instantiated without calling any constructor
-