Annotation Type Self


  • @Target({FIELD,PARAMETER,METHOD})
    @Retention(RUNTIME)
    public @interface Self
    Binding annotation for org.apache.druid.server.DruidNode. Indicates that the DruidNode bound with this annotation holds the information of the machine where this process is running.
    See Also:
    Parent