org.jboss.annotation.ear
Annotation Type Module


public @interface Module

Version:
$Revision: 66759 $
Author:
Scott.Stark@jboss.org

Required Element Summary
 String fileName
          The module archive file
 ModuleMetaData.ModuleType type
          The type of module
 
Optional Element Summary
 String id
          The optional module id
 

Element Detail

fileName

public abstract String fileName
The module archive file


type

public abstract ModuleMetaData.ModuleType type
The type of module

id

public abstract String id
The optional module id

Default:
""


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