Is there any way to generate a field which looks like this:
public static final TableType<Character> NAMESPACE = new TableType<Character>() {};
I already generated this code:
public static final TableType<Character> NAMESPACE;
Is there any way to generate a field which looks like this:
public static final TableType<Character> NAMESPACE = new TableType<Character>() {};
I already generated this code:
public static final TableType<Character> NAMESPACE;