NoIssue: Add some String generators
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
package com.r35157.libs.random;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
|
public interface RandomValueGeneratorString {
|
||||||
|
@NotNull String getSomeStringAlphaNumericOnly(int length);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user