#1082: Add "since" to Deprecation annotations
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ public interface Block extends Metadatable, Translatable {
|
||||
* @return block specific metadata
|
||||
* @deprecated Magic value
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since = "1.6.2")
|
||||
byte getData();
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user