Class AspectJ.CompletionRunner
- java.lang.Object
-
- net.ssehub.easy.instantiation.aspectj.instantiators.AspectJ.CompletionRunner
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- AspectJ
private static class AspectJ.CompletionRunner extends java.lang.Object implements java.lang.RunnableA completion runner for AspectJ.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description private booleancompleted
-
Constructor Summary
Constructors Modifier Constructor Description privateCompletionRunner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()(package private) voidwaitForCompletion()Waits for the completion of the compilation.
-