@Target(value=FIELD) @Retention(value=RUNTIME) public @interface FrozenValue
This is equivalent to any of the following:
@Frozen("list<frozen<foo>>")
@Frozen("set<frozen<foo>>")
@Frozen("map<foo, frozen<bar>>")
Frozen
Copyright © 2012–2015. All rights reserved.