Commit 1537c49dd72c33a7f58205138abf48162f77f813

Authored by Cleverson Sacramento
2 parents 1d5ee70b 3d36e72c
Exists in master

Merge pull request #12 from botelhojp/master

Aceitando a contribuição de pequena melhoria no Javadoc.
impl/core/src/main/java/br/gov/frameworkdemoiselle/configuration/Configuration.java
... ... @@ -68,6 +68,9 @@ import javax.inject.Singleton;
68 68 @Retention(RUNTIME)
69 69 public @interface Configuration {
70 70  
  71 + /**
  72 + * Define the default resource.
  73 + */
71 74 public static final String DEFAULT_RESOURCE = "demoiselle";
72 75  
73 76 /**
... ...