equal
deleted
inserted
replaced
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; |