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
Post a Comment