Package org.apache.druid.common.semantic
Annotation Type SemanticCreator
Annotation used to indicate that the method is used as a creator for a semantic interface.
Used in conjuction with SemanticUtils.makeAsMap(Class) to build maps for simplified implementation of
the RowsAndColumns.as(Class) method.