org.jboss.kernel.plugins.annotations
Interface BeanAnnotationAdapter

All Known Implementing Classes:
AbstractBeanAnnotationAdapter, BasicBeanAnnotationAdapter

public interface BeanAnnotationAdapter

Annotations adapter contract.

Author:
Ales Justin

Method Summary
 void applyAnnotations(MetaDataVisitor visitor)
          Apply the annotations.
 void cleanAnnotations(MetaDataVisitor visitor)
          Clean the annotations.
 

Method Detail

applyAnnotations

void applyAnnotations(MetaDataVisitor visitor)
                      throws Throwable
Apply the annotations.

Parameters:
visitor - the visitor
Throws:
Throwable - for any error

cleanAnnotations

void cleanAnnotations(MetaDataVisitor visitor)
                      throws Throwable
Clean the annotations.

Parameters:
visitor - the visitor
Throws:
Throwable - for any error


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.