Skip to content

Commit

Permalink
deprecate impls of decrecated interface NamingStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Nov 4, 2022
1 parent 7593d58 commit ba3d5b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
/**
* @author Emmanuel Bernard
*/
@Deprecated
public class DefaultComponentSafeNamingStrategy extends PersistenceStandardNamingStrategy {
public static final NamingStrategy INSTANCE = new DefaultComponentSafeNamingStrategy();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* @see ImprovedNamingStrategy a better alternative
* @author Gavin King
*/
@Deprecated
public class DefaultNamingStrategy implements NamingStrategy, Serializable {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
* @see DefaultNamingStrategy the default strategy
* @author Gavin King
*/
@Deprecated
public class ImprovedNamingStrategy implements NamingStrategy, Serializable {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
* @author Emmanuel Bernard
*/
@Deprecated
public class PersistenceStandardNamingStrategy implements NamingStrategy, Serializable {
public static final NamingStrategy INSTANCE = new PersistenceStandardNamingStrategy();

Expand Down

0 comments on commit ba3d5b4

Please sign in to comment.