com.googlecode.aviator.annotation.ImportScope Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aviator Show documentation
Show all versions of aviator Show documentation
A lightweight,high performance expression evaluator for java
package com.googlecode.aviator.annotation;
/**
* Import method scopes
*
* @author dennis([email protected])
*
*/
public enum ImportScope {
/**
* Static methods
*/
Static,
/**
* Instance methods
*/
Instance,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy