- Type Parameters:
T
- type of the tag
public static interface Tag.TagSource<T>
Tag source (a type that can create tags). Use by
Tag.HTTP_METHOD
and other constants to easily create new tags.-
Method Summary
-
Method Details
-
create
Create a tag with value.- Parameters:
value
- value of the tag- Returns:
- tag instance
-