Class Ek9BuiltinIntrospectionSupplier
java.lang.Object
org.ek9lang.compiler.Ek9BuiltinIntrospectionSupplier
- All Implemented Interfaces:
Supplier<List<CompilableSource>>
public class Ek9BuiltinIntrospectionSupplier
extends Object
implements Supplier<List<CompilableSource>>
Looks for Java classes that have been annotated with the annotations that allow them to be exposed
as 'extern' ek9 components.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Ek9BuiltinIntrospectionSupplier
public Ek9BuiltinIntrospectionSupplier()
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<List<CompilableSource>>
-