Added in API level 34

Generated

public abstract @interface Generated
implements Annotation

javax.annotation.processing.Generated


Summary

Public methods

String comments()
String date()
String[] value()

Inherited methods

abstract Class<? extends Annotation> annotationType()

Returns the annotation interface of this annotation.

abstract boolean equals(Object obj)

Returns true if the specified object represents an annotation that is logically equivalent to this one.

abstract int hashCode()

Returns the hash code of this annotation.

abstract String toString()

Returns a string representation of this annotation.

Public methods

comments

Added in API level 34
public String comments ()

Returns
String

date

Added in API level 34
public String date ()

Returns
String

value

Added in API level 34
public String[] value ()

Returns
String[]