|
@@ -1,20 +0,0 @@
|
|
|
-package br.eti.mertz.wkhtmltopdf.wrapper.annotations;
|
|
|
-
|
|
|
-import java.lang.annotation.Documented;
|
|
|
-import java.lang.annotation.ElementType;
|
|
|
-import java.lang.annotation.Retention;
|
|
|
-import java.lang.annotation.RetentionPolicy;
|
|
|
-import java.lang.annotation.Target;
|
|
|
-
|
|
|
-@Retention(RetentionPolicy.RUNTIME)
|
|
|
-@Target({ ElementType.TYPE })
|
|
|
-@Documented
|
|
|
-public @interface WkHtmlToPdf {
|
|
|
-
|
|
|
- String command() default "wkhtmltopdf";
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-}
|