Annotation Type EntryPoint


  • @Inherited
    @Retention(SOURCE)
    @Target({METHOD,CONSTRUCTOR,TYPE})
    public @interface EntryPoint
    Marks a method or constructor, or the implicit constructor of the marked class, as an entry point, so that IntelliJ's code inspections won't decide it's unused. Once test coverage for BetterRandom is complete, this will only be used in benchmarks and debugging tools, and for constructors that are tested reflectively.