Annotation Type JsxGetter


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface JsxGetter
    An annotation to mark a Java method as JavaScript getter.
    • Element Detail

      • value

        SupportedBrowser[] value
        The SupportedBrowsers supported by this getter.
        Returns:
        the SupportedBrowsers
        Default:
        {org.htmlunit.javascript.configuration.SupportedBrowser.CHROME, org.htmlunit.javascript.configuration.SupportedBrowser.EDGE, org.htmlunit.javascript.configuration.SupportedBrowser.FF, org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR}
      • propertyName

        java.lang.String propertyName
        The JavaScript getter property name.
        Returns:
        the getter property name
        Default:
        ""