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

com.googlecode.aviator.annotation.ImportScope Maven / Gradle / Ivy

There is a newer version: 5.4.3
Show newest version
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