Skip to content

Commit

Permalink
Explaining deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
garcia-jj committed Aug 31, 2012
1 parent af7e284 commit c46ead0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
* </context-param>
* </code>
* @author Lucas Cavalcanti
* @deprecated Use web.xml configuration instead. This class will be remove in the future.
* @deprecated Use web.xml configuration instead. This class will be remove in the future because it's not
* portable accross all IoC containers.
*/
@Deprecated
public class HibernateCustomProvider extends SpringProvider {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
* </context-param>
* </code>
* @author Lucas Cavalcanti
* @deprecated Use web.xml configuration instead. This class will be remove in the future.
* @deprecated Use web.xml configuration instead. This class will be remove in the future because it's not
* portable accross all IoC containers.
*/
@Deprecated
public class JPACustomProvider extends SpringProvider {
Expand Down

0 comments on commit c46ead0

Please sign in to comment.