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
    • Element Detail

      • id

        String id
        Returns:
        The ID of the plugin. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
      • description

        String description
        Default:
        ""
      • isSeparateClassLoaderNeeded

        boolean isSeparateClassLoaderNeeded
        Returns:
        True if a separate class loader is needed every time this class is instantiated
        Default:
        false
      • classLoaderGroup

        String classLoaderGroup
        Default:
        ""