public interface TagFactory
| Modifier and Type | Method and Description |
|---|---|
Tag |
createTag()
Produces a tag based on the runtime context available to the factory.
|
String |
name()
Returns the name of the factory, which is used as the key for any Tag
produced by the createTag method.
|
String name()
Tag createTag()