hasAllAnnotations
Helper extension to check if a class is annotated with all of the specified annotations.
Return
True if all annotations are present on this class, false otherwise.
Parameters
The list of annotation names or fully qualified names to check.
Helper extension to check if a class is annotated with all of the specified annotations.
Return
True if all annotations are present on this class, false otherwise.
Parameters
The vararg list of annotation names or fully qualified names to check.
Helper extension to check if a function has all of the specified annotations.
Return
True if all annotations are present on this function, false otherwise.
Parameters
The list of annotation names or fully qualified names to check.
Helper extension to check if a function has all of the specified annotations.
Return
True if all annotations are present on this function, false otherwise.
Parameters
The vararg list of annotation names or fully qualified names to check.
Helper extension to check if a property has all of the specified annotations.
Return
True if all annotations are present on this property, false otherwise.
Parameters
The list of annotation names or fully qualified names to check.
Helper extension to check if a property has all of the specified annotations.
Return
True if all annotations are present on this property, false otherwise.
Parameters
The vararg list of annotation names or fully qualified names to check.