Entity.Type

  • Entity.Type is an abstract annotation in Java that defines the type of an extracted entity, such as a URL.

  • It implements the Annotation interface and inherits standard annotation methods like annotationType(), equals(), hashCode(), and toString().

public static abstract @interface Entity.Type implements Annotation

The type of an extracted entity(e.g. Entity.TYPE_URL).

Inherited Method Summary