Commit 9a8539906557dbb569a38d6a5be026428b17abd4

Authored by Emerson Oliveira
1 parent c1db4903
Exists in master

Ajustes no javadoc da classe Priority

impl/core/src/main/java/br/gov/frameworkdemoiselle/annotation/Priority.java
... ... @@ -44,7 +44,7 @@ import java.lang.annotation.Retention;
44 44 import java.lang.annotation.Target;
45 45  
46 46 /**
47   - * Used to prioritize methods annotated with @startup or @shutdown
  47 + * Used to prioritize some execution flow, as methods annoted with @startup or @shutdown
48 48 *
49 49 * @author SERPRO
50 50 */
... ...