10111213141516
public class IndexTag implements Tag<IndexChunk> { private IndexTagTemplate template; @Inject public IndexTag(Sanitizer sanitizer) { this.template = new IndexTagTemplate(sanitizer); }
public class IndexTag implements Tag<IndexChunk> { private final IndexTagTemplate template; @Inject public IndexTag(Sanitizer sanitizer) { this.template = new IndexTagTemplate(sanitizer); }