Project

General

Profile

Download (180 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.vaadin.ui;
2

    
3
import com.vaadin.ui.Component;
4

    
5
public interface CanCastComponent {
6

    
7
	default Component asComponent() {
8
		return Component.class.cast(this);
9
	}
10
}
(1-1/5)