Forge - Shell API 1.2.0.Final

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 - Shell API 1.2.0.Final

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