We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42d98e commit 709efafCopy full SHA for 709efaf
1 file changed
src/main/java/xdean/jex/extra/GetSelf.java
@@ -1,11 +1,9 @@
1
package xdean.jex.extra;
2
3
/**
4
- * Useful class for build chain and extendible API.
+ * Useful interface to build chain and extendible API.
5
*
6
* @author XDean
7
- *
8
- * @param <T>
9
*/
10
public interface GetSelf<T> {
11
@SuppressWarnings("unchecked")
0 commit comments