Class ScanResult

java.lang.Object
dev.hilla.parser.core.ScanResult

public class ScanResult extends Object
  • Constructor Details

    • ScanResult

      public ScanResult(io.github.classgraph.ScanResult result)
  • Method Details

    • get

      public io.github.classgraph.ScanResult get()
    • getClassesWithAnnotation

      public List<Class<?>> getClassesWithAnnotation(String... annotations)