Class PropertySetterTaglet

All Implemented Interfaces:
Taglet

@Deprecated public class PropertySetterTaglet extends BasePropertyTaglet
Deprecated.
A taglet that adds the initial line of documentation to the JavaFX property setters.

This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.

  • Constructor Details

    • PropertySetterTaglet

      public PropertySetterTaglet()
      Deprecated.
      Construct a new PropertyGetterTaglet.
  • Method Details

    • getText

      String getText(TagletWriter tagletWriter)
      Deprecated.
      Description copied from class: BasePropertyTaglet
      This method returns the text to be put in the resulting javadoc before the property name.
      Specified by:
      getText in class BasePropertyTaglet
      Parameters:
      tagletWriter - the taglet writer for output
      Returns:
      the string to be put in the resulting javadoc.