@Override @SuppressWarnings({ "unchecked" }) protected MutabilityPlan<T> getMutabilityPlan() { return ImmutableMutabilityPlan.INSTANCE; }
@SuppressWarnings("unchecked") protected ComponentTypeDescriptor() { super(Component.class, ImmutableMutabilityPlan.INSTANCE); }
public InstantTypeDescriptor() { super(Instant.class, ImmutableMutabilityPlan.INSTANCE); }