Commit 9a8539906557dbb569a38d6a5be026428b17abd4
1 parent
c1db4903
Exists in
master
Ajustes no javadoc da classe Priority
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | */ | ... | ... |