com.fastchar.core.FastObservable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar Show documentation
Show all versions of fastchar Show documentation
FastChar is Web+ORM Framework in Java.
package com.fastchar.core;
import com.fastchar.utils.FastClassUtils;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.List;
import java.util.Observer;
import java.util.Vector;
@SuppressWarnings("UnusedReturnValue")
public final class FastObservable{
public FastEngine engine() {
return FastEngine.instance();
}
private Vector
© 2015 - 2025 Weber Informatics LLC | Privacy Policy