Coding guidelines adjusted
Rod Widdowson
rdw at steadingsoftware.com
Sat May 4 10:09:28 EDT 2013
> There is one huge checkin coming - the one which will convert.
>
> @Nonnull public final Optional<ResolvedType> resolve(@Nonnull final
> AttributeResolutionContext resolutionContext)
> throws ResolutionException
>
> in BaseResolverPlugin to be
>
> @Nullable ResolvedType resolve(@Nonnull final AttributeResolutionContext
> resolutionContext) throws ResolutionException
As discussed on Friday. I have now done this work.
More information about the dev
mailing list