Forge - Parent 1.0.5-SNAPSHOT

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


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

The annotated element requires the given Facet

Author:
Lincoln Baxter, III

Required Element Summary
 Class<? extends Facet>[] value
          The Facets required by the annotated Plugin
 

Element Detail

value

public abstract Class<? extends Facet>[] value
The Facets required by the annotated Plugin


Forge - Parent 1.0.5-SNAPSHOT

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