TYPE ,CATEGORY ,NULLVALUE,RETURN TYPE ,METHODNAME ,"METHODARGUMENTS" STATIC ,Getters ,@NotNull ,Class @Nullable [] ,getSomeClass ,"@NotNull String name" CONSTRUC,Constructors , , , ,"" 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"