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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

c# - Abstract method in public abstract class implementing an internal interface doesn't compile? -

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