Forge - Shell API 1.2.0.Final

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


Forge - Shell API 1.2.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.