Skip to content

Commit 1f2df57

Browse files
committed
[GH-3208] style : add @SInCE 4.0
Signed-off-by: Su Ko <[email protected]>
1 parent 5ae169b commit 1f2df57

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/springframework/data/redis/listener/RedisMessageListenerContainer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,7 @@ public int getPhase() {
633633
* The default is {@code Integer.MAX_VALUE}.
634634
*
635635
* @see SmartLifecycle#getPhase()
636+
* @since 4.0.0
636637
*/
637638
public void setPhase(int phase) {
638639
this.phase = phase;
@@ -649,6 +650,7 @@ public boolean isAutoStartup() {
649650
* The default is {@code true}.
650651
*
651652
* @see SmartLifecycle#isAutoStartup()
653+
* @since 4.0.0
652654
*/
653655
public void setAutoStartup(boolean autoStartup) {
654656
this.autoStartup = autoStartup;

0 commit comments

Comments
 (0)