Package asteroid
Annotation Type Phase
-
@Target(TYPE) @Retention(SOURCE) public @interface Phase
Compilation is required when declaring anyAbstractLocalTransformationorAbstractGlobalTransformation.- Since:
- 0.2.0
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description CompilePhasevalueSets the phase compilation
-
-
-
Element Detail
-
value
CompilePhase value
Sets the phase compilation- Returns:
- the specific
CompilePhasewhen transformation will be applied - Since:
- 0.2.0
-
-