Commit 1537c49dd72c33a7f58205138abf48162f77f813
Exists in
master
Merge pull request #12 from botelhojp/master
Aceitando a contribuição de pequena melhoria no 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. | ||
73 | + */ | ||
71 | public static final String DEFAULT_RESOURCE = "demoiselle"; | 74 | public static final String DEFAULT_RESOURCE = "demoiselle"; |
72 | 75 | ||
73 | /** | 76 | /** |