Interface Commentable

All Superinterfaces:
Annotation
All Known Subinterfaces:
ColumnDetails, ColumnDetails.Mutable, ColumnDetails.Nullable, ColumnDetails.SecondSizable, ColumnDetails.Sizable, ColumnDetails.Uniqueable, CommonTableDetails

public interface Commentable extends Annotation
Commonality for annotations which contain SQL comments
  • Method Details

    • comment

      String comment()
    • comment

      void comment(String value)