com.elephantdrummer.tool.Producer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of drummer Show documentation
Show all versions of drummer Show documentation
Elephant Drummer Java Job Scheduler
The newest version!
package com.elephantdrummer.tool;
//@ApplicationScoped
public class Producer {
// @Produces
// public InternalLogger produceLog(InjectionPoint injectionPoint) {
// Bean> bean= injectionPoint.getBean();
// if (bean==null==false){
// boolean ann=bean.getBeanClass().isAnnotationPresent(DetailedLogs.class);
// InternalLogger ll= new InternalLogger(bean.getBeanClass().getSimpleName());
// if(ann)ll.setGsbLevel(InternalLogLevel.DEBUG);
// return ll;
// }
//
// return new InternalLogger(injectionPoint.getMember().getDeclaringClass().getSimpleName());
// }
//
}