0
지난 며칠 동안 togglz를 사용해 왔습니다.togglz 주석 기반 방식으로 기능 확인
토글 레즈 API에서 사용할 수있는 어노테이션 기반 접근법이 있는지 알아 내려고하고 있습니다.
나는 아래처럼하고 싶어 - togglz에서 사용할 수 아무것도
public class Application {
public static void main(String[] args) {
Application application = new Application();
boolean first=false;
first=application.validate1();
System.out.println(first);
}
@Togglz(feature = "FEATURE_01")
public boolean validate1() {
System.out.println("validate1");
return false;
}
}
있다.
그러한 주석에 대한 아이디어가 있으면 언제든지 찾을 수 없습니다.
내 요구 사항이