org.jboss.seam.deployment
Interface ClassDeploymentMetadata

All Superinterfaces:
DeploymentMetadata

public interface ClassDeploymentMetadata
extends DeploymentMetadata


Method Summary
 java.util.Set<java.lang.Class<? extends java.lang.annotation.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

java.util.Set<java.lang.Class<? extends java.lang.annotation.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



Copyright © 2011 Seam Framework. All Rights Reserved.