org.comroid.api.Builder Maven / Gradle / Ivy
The newest version!
package org.comroid.api;
public interface Builder extends Provider.Now {
@Override
default T now() {
return build();
}
T build();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy