- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {FileOutputStream f =
File file;new FileOutputStream(file)
String name;new FileOutputStream(name)
File file;new FileOutputStream(file, true)
- Smart code suggestions by Codota
}
@Authors("Nikolche Mihajlovski") @Since("5.3.0") @ManageableBean(kind = "cache") public class ManageableCache extends AutoManageable<ManageableCache> {
public static String kindOf(Class<?> cls) { ManageableBean mb = cls.getAnnotation(ManageableBean.class); U.must(mb != null, "The type '%s' must be annotated with @%s", ManageableBean.class.getSimpleName()); return mb.kind(); }
@Authors("Nikolche Mihajlovski") @Since("5.3.0") @ManageableBean(kind = "jobs") public class ManageableExecutor extends AutoManageable<ManageableExecutor> {
@Authors("Nikolche Mihajlovski") @Since("3.0.0") @ManageableBean(kind = "jdbc") public class JdbcClient extends AutoManageable<JdbcClient> {
@Authors("Nikolche Mihajlovski") @Since("5.3.5") @ManageableBean(kind = "table") public class ManageableTable extends AbstractManageable {
@Authors("Nikolche Mihajlovski") @Since("5.3.5") @ManageableBean(kind = "rdbms") public class ManageableRdbms extends AutoManageable<JdbcClient> {
@Authors("Nikolche Mihajlovski") @Since("5.3.5") @ManageableBean(kind = "database") public class ManageableDatabase extends AbstractManageable {
@Authors("Nikolche Mihajlovski") @Since("3.0.0") @ManageableBean(kind = "jdbc") public class JdbcClient extends AutoManageable<JdbcClient> {