Basic tab suggestions

This commit is contained in:
Jesse Boyd
2018-08-18 01:37:35 +10:00
parent 5d47d1bce6
commit 0cc0ee7f03
8 changed files with 53 additions and 9 deletions

View File

@ -5,10 +5,6 @@ import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface SuggestedRange {
Class clazz() default Link.class;
String value();
/**
* The minimum value that the number can be at, inclusive.
*