add deprecated to javadoc

Co-authored-by: Andre_601 <github@andre601.ch>
This commit is contained in:
PiggyPiglet 2024-01-26 21:52:44 +08:00 committed by GitHub
parent a2720abbfd
commit 642da919b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ package me.clip.placeholderapi.expansion;
* with that version.
*
* @author Ryan McCarthy
*
* @deprecated Will be removed in a future release.
*/
@Deprecated
public interface VersionSpecific {