}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList,
}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {
}
/**
- * @see Property#convertProperty
+ * @see Property.Maker#convertProperty
*/
public Property convertProperty(Property p,
PropertyList propertyList, FObj fo) {
/**
* Interface used to provide parsing capabilities to Properties with shorthand
- * characteristics (i.e. those with multiple components).
+ * characteristics (those with multiple components).
*/
public interface ShorthandParser {