All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.elephantdrummer.tool.Producer Maven / Gradle / Ivy

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());
//    }
//    
    

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy