Interface TextCustomFieldType

All Known Implementing Classes:
FuncTestTextAreaCFType, GenericTextCFType, ReadOnlyCFType, RenderableTextCFType, StringCFType, TextAreaCFType, TextAreaNoValidationCFType, TextCFType, URLCFType

public interface TextCustomFieldType
Marker interface for custom field types that holds a text (single or multiline). Field marked with this interface will be validated in IssueManager against JIRA character limit when an issue is created/updated.
See Also: