java - Is there an Annotation for member/method to be used by reflection? -


i have method invoked same class using reflection.

i'd make method private, warning ide method not being used.

well, being used - using reflection.

what annotations there indicate member/method being used reflection?


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -