@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Repeatable(value=Inline.Container.class) public @interface Inline
Modifier and Type | Required Element and Description |
---|---|
String |
value
Classpath file to inline into target element.
|
Modifier and Type | Optional Element and Description |
---|---|
Inline.Position |
position
Inline position of element.
|
TargetElement |
target
Target element to inline file contents to.
|
Inline.Wrapping |
wrapping
The element type to inline as.
|
public abstract String value
public abstract TargetElement target
public abstract Inline.Position position
public abstract Inline.Wrapping wrapping
Copyright © 2025. All rights reserved.