Uses of Class
org.hotswap.agent.annotation.LoadEvent
-
Packages that use LoadEvent Package Description org.hotswap.agent.annotation -
-
Uses of LoadEvent in org.hotswap.agent.annotation
Methods in org.hotswap.agent.annotation that return LoadEvent Modifier and Type Method Description LoadEvent[]events()Specify list of events to watch for (class is loaded by the ClassLoader / redefined by hotswap mechanism).static LoadEventLoadEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static LoadEvent[]LoadEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-