Skip to content

Commit

Permalink
Improved Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 23, 2015
1 parent 9882a1d commit 9ff4048
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@

import javax.inject.Qualifier;

import org.jboss.forge.furnace.addons.Addon;
import org.jboss.forge.furnace.event.PostStartup;
import org.jboss.forge.furnace.event.PreShutdown;

/**
* @author <a href="mailto:[email protected]">Lincoln Baxter, III</a>
* This qualifier should be used when you want to listen for {@link PostStartup} and {@link PreShutdown} events of the
* {@link Addon} this observer is on.
*
* @author <a href="mailto:[email protected]">Lincoln Baxter, III</a>
* @author <a href="mailto:[email protected]">George Gastaldi</a>
*/
@Documented
@Qualifier
Expand Down

0 comments on commit 9ff4048

Please sign in to comment.