10 lines
1.1 KiB
Text
10 lines
1.1 KiB
Text
|
TYPE ,CATEGORY ,NULLVALUE,RETURN TYPE ,METHODNAME ,"METHODARGUMENTS"
|
||
|
STATIC ,Getters ,@NotNull ,Class<?> @Nullable [] ,getSomeClass ,"@NotNull String name"
|
||
|
CONSTRUC,Constructors , , ,<init> ,""
|
||
|
INSTANCE,Termination , ,void ,terminate ,""
|
||
|
INSTANCE,Termination , ,void ,terminate ,"@NotNull Cause cause"
|
||
|
INSTANCE,Termination , ,void ,terminate ,"@NotNull String reason"
|
||
|
INSTANCE,Termination , ,void ,terminate ,"@NotNull String reason, @NotNull Cause cause"
|
||
|
INSTANCE,Checks , ,boolean ,exists ,"@NotNull Object thing"
|
||
|
INSTANCE,Checks , ,boolean ,existsWithCondition ,"@NotNull Object thing, @NotNull Condition ... conditions"
|