public class CheckThatOnlySignatureCoresAreImplemented extends java.lang.Object implements CapsuleCheck
Check.Result| Constructor and Description |
|---|
CheckThatOnlySignatureCoresAreImplemented(javax.annotation.processing.ProcessingEnvironment procEnv) |
| Modifier and Type | Method and Description |
|---|---|
Check.Result |
checkCapsule(javax.lang.model.element.TypeElement core) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckCapsulepublic CheckThatOnlySignatureCoresAreImplemented(javax.annotation.processing.ProcessingEnvironment procEnv)
public Check.Result checkCapsule(javax.lang.model.element.TypeElement core)
checkCapsule in interface CapsuleCheckcore - A type element for the capsule core to be checked.