org.loguno.processor.handlers.VoidAnnotation Maven / Gradle / Ivy
The newest version!
package org.loguno.processor.handlers;
/**
* annotation which is used for mapping Handlers without annotation
*/
public @interface VoidAnnotation {
}