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

com.github.mustachejava.reflect.MissingWrapper Maven / Gradle / Ivy

There is a newer version: 0.9.14
Show newest version
package com.github.mustachejava.reflect;

/**
 * Used to mark a wrapper this is only guarding a complete miss.
 */
public class MissingWrapper extends GuardedWrapper {
  public MissingWrapper(Guard[] guard) {
    super(guard);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy