org.jboss.seam.deployment
Interface ClassDeploymentMetadata

All Superinterfaces:
DeploymentMetadata

public interface ClassDeploymentMetadata
extends DeploymentMetadata


Method Summary
 Set<Class<? extends Annotation>> getClassAnnotatedWith()
          An array of class annotations this deployment handler is interested in All classes with any of these annotations should be considered part of the match
 
Methods inherited from interface org.jboss.seam.deployment.DeploymentMetadata
getFileNameSuffix
 

Method Detail

getClassAnnotatedWith

Set<Class<? extends Annotation>> getClassAnnotatedWith()
An array of class annotations this deployment handler is interested in All classes with any of these annotations should be considered part of the match