We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#find
@CheckReturnValue
@Contract
1 parent d826135 commit 6c50adaCopy full SHA for 6c50ada
1 file changed
src/main/java/net/thenextlvl/binder/StaticBinder.java
@@ -68,5 +68,7 @@ static StaticBinder getInstance(ClassLoader loader) {
68
* @throws SecurityException if the binder access is not allowed
69
* @see #get(Class)
70
*/
71
+ @CheckReturnValue
72
+ @Contract(mutates = "this")
73
<T> T find(Class<T> clazz) throws IllegalStateException, SecurityException;
74
}
0 commit comments