Commit 87d9d647389d46de74ee90a0673c94d3e1e70fcb
1 parent
198346fc
Exists in
master
Adição do javadoc na classe
br.gov.frameworkdemoiselle.annotation.StaticScoped
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/annotation/StaticScoped.java
... | ... | @@ -47,6 +47,11 @@ import java.lang.annotation.Target; |
47 | 47 | |
48 | 48 | import javax.enterprise.context.NormalScope; |
49 | 49 | |
50 | +/** | |
51 | + *This scope stores the classes just as if it was a static attribute. | |
52 | + * | |
53 | + * @author SERPRO | |
54 | + */ | |
50 | 55 | @Inherited |
51 | 56 | @Target({ METHOD, TYPE, FIELD }) |
52 | 57 | @Retention(RUNTIME) | ... | ... |