()
| 321 | |
| 322 | |
| 323 | public List<Class> getTypeInformation() { |
| 324 | return typeInformation == null ? null : new ArrayList<>(typeInformation); |
| 325 | } |
| 326 | |
| 327 | public Prop<T> findCanon() { |
| 328 | return Canonical.findCanon(this); |
no outgoing calls
no test coverage detected