All Downloads are FREE. Search and download functionalities are using the official Maven repository.

astra.lang.Reflection Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
package astra.lang;

import astra.core.Module;

public class Reflection extends Module {
	@ACTION
	public boolean addRole(String name) {
//		agent.getASTRAClass().getParents();
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy