Commit 7f0de10ad199858a5c5dce867cc9435c54a0df96

Authored by serpro
1 parent 1d5ee70b
Exists in master

inclusão de 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 to be used
  73 + */
71 74 public static final String DEFAULT_RESOURCE = "demoiselle";
72 75  
73 76 /**
... ...