Commit 2f6eaaf3dee197fd070efbc332777002759a6d72

Authored by Emerson Oliveira
1 parent 66b6180f
Exists in master

Adição de Javadoc à classe JDBCConfig

impl/extension/jdbc/src/main/java/br/gov/frameworkdemoiselle/internal/configuration/JDBCConfig.java
... ... @@ -41,7 +41,12 @@ import java.util.Map;
41 41  
42 42 import br.gov.frameworkdemoiselle.annotation.Name;
43 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 50 @Configuration(prefix = "frameworkdemoiselle.persistence.")
46 51 public class JDBCConfig implements Serializable {
47 52  
... ...