Commit 7f0de10ad199858a5c5dce867cc9435c54a0df96
1 parent
1d5ee70b
Exists in
master
inclusão de javadoc
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
impl/core/src/main/java/br/gov/frameworkdemoiselle/configuration/Configuration.java
@@ -68,6 +68,9 @@ import javax.inject.Singleton; | @@ -68,6 +68,9 @@ import javax.inject.Singleton; | ||
68 | @Retention(RUNTIME) | 68 | @Retention(RUNTIME) |
69 | public @interface Configuration { | 69 | public @interface Configuration { |
70 | 70 | ||
71 | + /** | ||
72 | + * Define the default resource to be used | ||
73 | + */ | ||
71 | public static final String DEFAULT_RESOURCE = "demoiselle"; | 74 | public static final String DEFAULT_RESOURCE = "demoiselle"; |
72 | 75 | ||
73 | /** | 76 | /** |