@Target(value=METHOD) @Retention(value=RUNTIME) @Inherited @Documented public @interface BeforeInit
| Modifier and Type | Optional Element and Description |
|---|---|
PriorityLevel |
value
Define the execution order of all methods performed before initialization.
|
public abstract PriorityLevel value
Copyright © 2011–2018 JRebirth OSS. All rights reserved.