
io.pebbletemplates.pebble.attributes.ResolvedAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pebble Show documentation
Show all versions of pebble Show documentation
Templating engine for Java.
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