java.lang.Object
com.ghettojedi.aop.example.HelloWorld
- All Implemented Interfaces:
- com.ghettojedi.aop.aspect.Aspect, com.ghettojedi.aop.mixin.Mixin, com.ghettojedi.aop.example.testmixin.Test, com.ghettojedi.aop.example.testmixin.TestMixin, com.ghettojedi.aop.example.timing.Timing
- public abstract class HelloWorld
- extends java.lang.Object
- implements com.ghettojedi.aop.example.testmixin.TestMixin, com.ghettojedi.aop.example.timing.Timing
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.ghettojedi.aop.example.testmixin.Test |
test |
HelloWorld
public HelloWorld()
create
public static HelloWorld create()
hello
public void hello()
- Specified by:
hello in interface com.ghettojedi.aop.example.testmixin.Test