python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Class inspection via reflection API. Use of custom annotations
I have done my research before asking but no luck.
I have a StartUp Singleton bean. In this bean I have an @Inject @Any Instance. I loop all the implementations and try to check if the class is annota...
geminal
Votes: 0
Answers: 1
Can I change the value of a component from a separate button in Compose Multiplatform?
I am trying to make a desktop application that allows you to search through a number of predefined locations stored in Kotlin classes in a separate directory. To accomplish this, I've used the reflect...
Mob
Votes: 0
Answers: 1
Moshi: When is Reflection needed?
Currently using Moshi with Retrofit but need to look back as I noticed I am not implementing it right and confused when to add kotlin-reflect in the dependencies.
According to README
The reflection a...
Bitwise DEVS
Votes: 0
Answers: 0
Reflection: Get values from Scanned Class with Annotation
So Im trying to get the file with the searched annotation, like this:
package com.nikita.Nikitos;
import java.util.Set;
import org.reflections.Reflections;
public class Main {
public static vo...
Nikita
Votes: 0
Answers: 0