package be.bagofwords.db.data; import java.util.ArrayList; public class StringList extends ArrayList<String> { }