Interface DefaultSyntaxInfos.Structure<E extends Structure>

Type Parameters:
E - The class providing the implementation of the Structure this info represents.
All Superinterfaces:
Builder.Buildable<SyntaxInfo.Builder<?,?>,SyntaxInfo<?>>, DefaultSyntaxInfos, SyntaxInfo<E>
Enclosing interface:
DefaultSyntaxInfos

@Experimental public static interface DefaultSyntaxInfos.Structure<E extends Structure> extends SyntaxInfo<E>
A syntax info to be used for Structures. It contains additional details including the EntryValidator to use, if any.