Uses of Class
com.smartfoxserver.v2.annotations.Instantiation.InstantiationMode
-
Packages that use Instantiation.InstantiationMode Package Description com.smartfoxserver.v2.annotations -
-
Uses of Instantiation.InstantiationMode in com.smartfoxserver.v2.annotations
Methods in com.smartfoxserver.v2.annotations that return Instantiation.InstantiationMode Modifier and Type Method Description Instantiation.InstantiationModevalue()static Instantiation.InstantiationModeInstantiation.InstantiationMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Instantiation.InstantiationMode[]Instantiation.InstantiationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-