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

io.pebbletemplates.pebble.attributes.ResolvedAttribute Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
package io.pebbletemplates.pebble.attributes;

public final class ResolvedAttribute {

  public final Object evaluatedValue;

  public ResolvedAttribute(Object evaluatedValue) {
    this.evaluatedValue = evaluatedValue;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy