hasAnyAnnotation

Helper extension to check if a class is annotated with any of the specified annotations.

Return

True if any annotation is present on this class, false otherwise.

Parameters

names

The list of annotation names or fully qualified names to check.


Helper extension to check if a class is annotated with any of the specified annotations.

Return

True if any annotation is present on this class, false otherwise.

Parameters

names

The vararg list of annotation names or fully qualified names to check.


Helper extension to check if a function has any of the specified annotations.

Return

True if any annotation is present on this function, false otherwise.

Parameters

names

The list of annotation names or fully qualified names to check.


Helper extension to check if a function has any of the specified annotations.

Return

True if any annotation is present on this function, false otherwise.

Parameters

names

The vararg list of annotation names or fully qualified names to check.


Helper extension to check if a property has any of the specified annotations.

Return

True if any annotation is present on this property, false otherwise.

Parameters

names

The list of annotation names or fully qualified names to check.


Helper extension to check if a property has any of the specified annotations.

Return

True if any annotation is present on this property, false otherwise.

Parameters

names

The vararg list of annotation names or fully qualified names to check.