public interface IFunctionalInterfaceWithDefaultProperties
| Type | Property and Description |
|---|---|
String |
notA |
| Modifier and Type | Method and Description |
|---|---|
default String |
getFoo() |
default boolean |
isBar() |
String |
notAProperty() |
default void |
setBar(boolean b) |
default void |
setFoo(String s) |
Copyright © 2015. All rights reserved.