Uses of Enum Class
xyz.janboerman.scalaloader.configurationserializable.InjectionPoint
Packages that use InjectionPoint
-
Uses of InjectionPoint in xyz.janboerman.scalaloader.configurationserializable
Subclasses with type arguments of type InjectionPoint in xyz.janboerman.scalaloader.configurationserializableModifier and TypeClassDescriptionenumLets you specify at what point in the lifecycle of the plugin the configuration-serializable class should be registered.Methods in xyz.janboerman.scalaloader.configurationserializable that return InjectionPointModifier and TypeMethodDescriptionstatic InjectionPointReturns the enum constant of this class with the specified name.static InjectionPoint[]InjectionPoint.values()Returns an array containing the constants of this enum class, in the order they are declared.