org.comroid.api.SelfDeclared Maven / Gradle / Ivy
The newest version!
package org.comroid.api;
/**
* fuck naming
*/
public interface SelfDeclared> {
default S self() {
//noinspection unchecked
return (S) this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy