ErrorInterface.java 90 B

123456
  1. package definitions.annotations;
  2. public interface ErrorInterface {
  3. int getValue();
  4. }