jdk/src/java.base/share/classes/java/lang/invoke/SerializedLambda.java
changeset 44255 515cf13d7791
parent 29986 97167d851fc4
equal deleted inserted replaced
44254:123a06da53d0 44255:515cf13d7791
    52  * implementing {@code $deserializeLambda$} are responsible for validating
    52  * implementing {@code $deserializeLambda$} are responsible for validating
    53  * that the properties of the {@code SerializedLambda} are consistent with a
    53  * that the properties of the {@code SerializedLambda} are consistent with a
    54  * lambda actually captured by that class.
    54  * lambda actually captured by that class.
    55  *
    55  *
    56  * @see LambdaMetafactory
    56  * @see LambdaMetafactory
       
    57  * @since 1.8
    57  */
    58  */
    58 public final class SerializedLambda implements Serializable {
    59 public final class SerializedLambda implements Serializable {
    59     private static final long serialVersionUID = 8025925345765570181L;
    60     private static final long serialVersionUID = 8025925345765570181L;
    60     private final Class<?> capturingClass;
    61     private final Class<?> capturingClass;
    61     private final String functionalInterfaceClass;
    62     private final String functionalInterfaceClass;