
com.lyncode.choiceprops.element.ExpressionList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plural-property Show documentation
Show all versions of plural-property Show documentation
Plural Properties by Lyncode
The newest version!
package com.lyncode.choiceprops.element;
import java.util.ArrayList;
public class ExpressionList extends ArrayList {
private static final long serialVersionUID = -8811091562386722225L;
public boolean add (Expression e) {
super.add(e);
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy