@Nullable abstract fun getTag(): Any?
Gets the annotation tag. It can be used for filtering, e.g., to remove the annotation of a certain tag. Default value is set to null.
Return Any?: The tag which can be used for filtering annotations.