No methods of this object should be invoked after the class transformation is {@linkplain PlasticClass#createInstantiator() completed}.
1617161816191620162116221623162416251626162716281629
Iterator<PlasticField> iterator = result.iterator(); while (iterator.hasNext()) { PlasticField plasticField = iterator.next(); if (!plasticField.hasAnnotation(annotationType)) iterator.remove(); } return result; }