can i create an annotation where i can use the logger
eg:
@Logger
class Test{
LOGGER.info("this is test method");
}
means i want to just add @Logger above the class,it will use the respective class name and LOGGER instance.
how can i do the same
Regards
sal
