Class JavaImplementsCodeSection

All Implemented Interfaces:
CodeSection

public class JavaImplementsCodeSection extends UniqueLineSection

This code section evaluates to an empty string if it contains no snippets. If it contains a snippet, it will add the keyword "implements" to the code and a "," between to snippets code. It also removes double implements snippets.

It is used to easily create a Java "implements"-List