org.mule.util.scan.annotations
Class SampleClassWithAnnotations

java.lang.Object
  extended by org.mule.util.scan.annotations.SampleClassWithAnnotations

public class SampleClassWithAnnotations
extends Object


Constructor Summary
SampleClassWithAnnotations()
           
 
Method Summary
static void main(String[] args)
           
 void nonAnnotatedMethod()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SampleClassWithAnnotations

public SampleClassWithAnnotations()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

toString

public String toString()
Overrides:
toString in class Object

nonAnnotatedMethod

public void nonAnnotatedMethod()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.