Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.ghettojedi.aop.example
Class HelloWorld  view HelloWorld download HelloWorld.java

java.lang.Object
  extended bycom.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


Constructor Summary
HelloWorld()
           
 
Method Summary
static HelloWorld create()
           
 void hello()
           
 
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
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

create

public static HelloWorld create()

hello

public void hello()
Specified by:
hello in interface com.ghettojedi.aop.example.testmixin.Test