public abstract class ParamAnnoInfoTraitBase extends java.lang.Object implements ParamAnnoInfoTrait
Modifier | Constructor and Description |
---|---|
protected |
ParamAnnoInfoTraitBase(int index) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
compatibilityErrorMessage(ParamAnnoInfoTrait otherParamAnnotation) |
boolean |
compatibleWith(ParamAnnoInfoTrait otherParamAnnotation) |
int |
index() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
attachTo
public boolean compatibleWith(ParamAnnoInfoTrait otherParamAnnotation)
compatibleWith
in interface ParamAnnoInfoTrait
public java.lang.String compatibilityErrorMessage(ParamAnnoInfoTrait otherParamAnnotation)
compatibilityErrorMessage
in interface ParamAnnoInfoTrait
public int index()
index
in interface ParamAnnoInfoTrait
Copyright © 2014–2017 ActFramework. All rights reserved.