#1082: Add "since" to Deprecation annotations
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ public interface BanEntry<T> {
|
||||
* @return the target name or IP address
|
||||
* @deprecated See {@link #getBanTarget()}
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since = "1.20.1")
|
||||
@NotNull
|
||||
public String getTarget();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user