org.jboss.forge.shell.plugins
Annotation Type RequiresPackagingType


@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@RequiresProject
public @interface RequiresPackagingType

The annotated element requires the given PackagingTypes

Author:
Lincoln Baxter, III

Required Element Summary
 PackagingType[] value
          The array of PackagingTypes required by the annotated Facet or Plugin
 

Element Detail

value

public abstract PackagingType[] value
The array of PackagingTypes required by the annotated Facet or Plugin



Copyright © 2011 Seam Framework. All Rights Reserved.