Commit b4660f0112c0e95496d110a1761d98037a06c105
1 parent
961def69
Exists in
master
Limpeza no código
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/configuration/Configuration.java
@@ -43,11 +43,9 @@ import java.lang.annotation.Inherited; | @@ -43,11 +43,9 @@ import java.lang.annotation.Inherited; | ||
43 | import java.lang.annotation.Retention; | 43 | import java.lang.annotation.Retention; |
44 | import java.lang.annotation.Target; | 44 | import java.lang.annotation.Target; |
45 | 45 | ||
46 | -import javax.enterprise.context.ApplicationScoped; | ||
47 | import javax.enterprise.inject.Stereotype; | 46 | import javax.enterprise.inject.Stereotype; |
48 | import javax.enterprise.util.Nonbinding; | 47 | import javax.enterprise.util.Nonbinding; |
49 | import javax.inject.Singleton; | 48 | import javax.inject.Singleton; |
50 | -import javax.interceptor.InterceptorBinding; | ||
51 | 49 | ||
52 | /** | 50 | /** |
53 | * Identifies a <b>configuration class</b>, that is, a structure reserved to store configuration values retrieved from a | 51 | * Identifies a <b>configuration class</b>, that is, a structure reserved to store configuration values retrieved from a |