Move annotations to correct places
This commit is contained in:
parent
2beeb1c57b
commit
a5131f534b
@ -17,6 +17,7 @@ import java.util.stream.Stream;
|
|||||||
*
|
*
|
||||||
* @author Mark
|
* @author Mark
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public class Reflect {
|
public class Reflect {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -6,6 +6,7 @@ import org.jetbrains.annotations.Nullable;
|
|||||||
import java.util.Arrays;
|
import java.util.Arrays;
|
||||||
import java.util.stream.Stream;
|
import java.util.stream.Stream;
|
||||||
|
|
||||||
|
@Deprecated
|
||||||
public class Validate {
|
public class Validate {
|
||||||
/* Code got from Google Guava */
|
/* Code got from Google Guava */
|
||||||
private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) {
|
private static <T> T checkNotNull(T reference, @Nullable Object errorMessage) {
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
/**
|
||||||
|
* Reflection utilities.
|
||||||
|
* @deprecated My ShurikenReflect is better
|
||||||
|
*/
|
||||||
|
package eu.mikroskeem.utils.reflect;
|
Loading…
Reference in New Issue
Block a user