Commit 2f6eaaf3dee197fd070efbc332777002759a6d72
1 parent
66b6180f
Exists in
master
Adição de Javadoc à classe JDBCConfig
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
impl/extension/jdbc/src/main/java/br/gov/frameworkdemoiselle/internal/configuration/JDBCConfig.java
@@ -41,7 +41,12 @@ import java.util.Map; | @@ -41,7 +41,12 @@ import java.util.Map; | ||
41 | 41 | ||
42 | import br.gov.frameworkdemoiselle.annotation.Name; | 42 | import br.gov.frameworkdemoiselle.annotation.Name; |
43 | import br.gov.frameworkdemoiselle.configuration.Configuration; | 43 | import br.gov.frameworkdemoiselle.configuration.Configuration; |
44 | - | 44 | +/** |
45 | + * Provide used to access the configurations of the JDBC connexion | ||
46 | + * | ||
47 | + * @author SERPRO | ||
48 | + * | ||
49 | + */ | ||
45 | @Configuration(prefix = "frameworkdemoiselle.persistence.") | 50 | @Configuration(prefix = "frameworkdemoiselle.persistence.") |
46 | public class JDBCConfig implements Serializable { | 51 | public class JDBCConfig implements Serializable { |
47 | 52 |