the annotations docs explain how to declare new an...
# announcements
t
the annotations docs explain how to declare new annotations, but I don't think it really shows how to inspect them. is there a more kotlin way of doing this?
method.isAnnotationPresent(NoDefaultView::class.java)