astra.lang.Reflection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of astra-apis Show documentation
Show all versions of astra-apis Show documentation
Base project for ASTRA applications
package astra.lang;
import astra.core.Module;
public class Reflection extends Module {
@ACTION
public boolean addRole(String name) {
// agent.getASTRAClass().getParents();
return true;
}
}