it.imolinfo.jbi4corba.webservice.generator.bcm
Class AnnotationsMaps

java.lang.Object
  extended by it.imolinfo.jbi4corba.webservice.generator.bcm.AnnotationsMaps

public class AnnotationsMaps
extends Object

This class is used to collect the annotations found during the visit of a class.


Field Summary
 Map<String,AnnotationVisibleAndValue> annotationOnClass
           
 Map<String,Map<String,AnnotationVisibleAndValue>> annotationOnField
           
 Map<String,Map<String,AnnotationVisibleAndValue>> annotationOnMethod
           
 
Constructor Summary
AnnotationsMaps()
          Default constructor.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

annotationOnClass

public Map<String,AnnotationVisibleAndValue> annotationOnClass

annotationOnField

public Map<String,Map<String,AnnotationVisibleAndValue>> annotationOnField

annotationOnMethod

public Map<String,Map<String,AnnotationVisibleAndValue>> annotationOnMethod
Constructor Detail

AnnotationsMaps

public AnnotationsMaps()
Default constructor.

Method Detail

toString

public String toString()
Overrides:
toString in class Object
Returns:
The return


Copyright © 2005-2010 Imola Informatica. All Rights Reserved.