Forge - Parent 1.0.0.Final

org.jboss.forge.shell.project
Annotation Type ProjectScoped


@NormalScope(passivating=false)
@Inherited
@Documented
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ProjectScoped

Declares a bean as being scoped to the current Project. Beans using this scope will be destroyed when the current Project is removed. The scope is active as long as there is an active Project

Author:
Lincoln Baxter, III


Forge - Parent 1.0.0.Final

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