org.mule.util.scan.annotations
Class SampleClassWithAnnotations

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

public class SampleClassWithAnnotations
extends java.lang.Object


Constructor Summary
SampleClassWithAnnotations()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void nonAnnotatedMethod()
           
 java.lang.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(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

nonAnnotatedMethod

public void nonAnnotatedMethod()


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