
org.slieb.soy.meta.MetaMemberInformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of soy-annotations Show documentation
Show all versions of soy-annotations Show documentation
Soy utilities to easily convert and and render classes with soy
templates.
The newest version!
package org.slieb.soy.meta;
import javax.annotation.concurrent.Immutable;
import java.lang.reflect.Member;
import java.util.function.Function;
@Immutable
public class MetaMemberInformation extends MetaValueConvertableInformation {
private final Member member;
public MetaMemberInformation(Boolean dynamic,
Class> type,
Function
© 2015 - 2025 Weber Informatics LLC | Privacy Policy