org.jboss.metadata.annotation.creator
Interface AnnotationContext


public interface AnnotationContext

The annotation context represents the annotations handled by a Creator or Processor.

Version:
$Revision$
Author:
Emanuel Muckenhuber

Method Summary
 Collection<Class<? extends Annotation>> getFieldAnnotations()
          Get the processed Field annotations.
 Collection<Class<? extends Annotation>> getMethodAnnotations()
          Get the processed Method annotations.
 Collection<Class<? extends Annotation>> getTypeAnnotations()
          Get the processed Type annotations.
 

Method Detail

getTypeAnnotations

Collection<Class<? extends Annotation>> getTypeAnnotations()
Get the processed Type annotations.

Returns:
the processed Type annotations

getMethodAnnotations

Collection<Class<? extends Annotation>> getMethodAnnotations()
Get the processed Method annotations.

Returns:
the processed Method annotations

getFieldAnnotations

Collection<Class<? extends Annotation>> getFieldAnnotations()
Get the processed Field annotations.

Returns:
the processed Field annotations


Copyright © 2009 JBoss Inc.. All Rights Reserved.