Commit 880e82dd58ff01dba46109857dfc728f28c8fb4d

Authored by Cleverson Sacramento
2 parents c023c8df 1537c49d
Exists in master

Merge branch 'master' of git@github.com:demoiselle/framework.git

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 /**
... ...