Package org.apache.hop.core.annotations
Annotation Type HopServerServlet
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface HopServerServlet
This annotation signals to the Hop plugin registry that it needs to consider the annotated class as a carte servlet plugin. The class needs to implement the IHopServerPlugin interface
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringclassLoaderGroupStringdescriptionbooleanisSeparateClassLoaderNeeded
-