Annotation Type SemanticCreator


@Retention(RUNTIME) @Target(METHOD) public @interface 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.