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

grim.annotations.KeepPatterns Maven / Gradle / Ivy

The newest version!
package grim.annotations;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

/**
 * Annotation containing rules indicating which symbols may appear in the generated javascript.
 */
@Documented
@Target( ElementType.PACKAGE )
public @interface KeepPatterns
{
  /**
   * The rules indicating which symbols may appear in the generated javascript.
   *
   * @return the rules indicating which symbols may appear in the generated javascript.
   */
  KeepPattern[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy