Package guideme.scene.annotation
Class BlockAnnotationElementCompiler
java.lang.Object
guideme.scene.annotation.AnnotationTagCompiler
guideme.scene.annotation.BlockAnnotationElementCompiler
- All Implemented Interfaces:
Extension
,SceneElementTagCompiler
-
Field Summary
Fields inherited from interface guideme.scene.element.SceneElementTagCompiler
EXTENSION_POINT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable SceneAnnotation
createAnnotation
(PageCompiler compiler, LytErrorSink errorSink, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) Methods inherited from class guideme.scene.annotation.AnnotationTagCompiler
compile
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface guideme.extensions.Extension
onExtensionsBuilt
-
Field Details
-
TAG_NAME
- See Also:
-
-
Constructor Details
-
BlockAnnotationElementCompiler
public BlockAnnotationElementCompiler()
-
-
Method Details
-
getTagNames
-
createAnnotation
@Nullable protected @Nullable SceneAnnotation createAnnotation(PageCompiler compiler, LytErrorSink errorSink, guideme.libs.mdast.mdx.model.MdxJsxElementFields el) - Specified by:
createAnnotation
in classAnnotationTagCompiler
-