<div dir="ltr">Sounds like a C# virtual method :)<br></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div>
                                
        <table border="0" cellpadding="0" cellspacing="0">
                <tbody>
                        <tr><td style="width:auto;height:30px;font-size:0px"> </td></tr>
                        <tr><td style="width:auto"><div style="line-height:0">
                                        <a href="http://about.me/jose.e.chavez?promo=email_sig" style="text-decoration:none;display:inline-block" target="_blank">
                                                <table border="0" cellpadding="0" cellspacing="0">
                                                        <tbody>
                                                                <tr>
                                                                        <td style="width:48px;line-height:1;vertical-align:top" align="left" valign="top">
                                                                                <img alt="--" style="display:block;width:0;height:0;overflow:hidden" height="0" width="0">
                                                                                <div><img src="http://d13pix9kaak6wt.cloudfront.net/signature/me-badge.png" alt="" style="margin:0;padding:0;display:block" height="48" width="48"></div>
                                                                        </td>
                                                                        <td style="width:8px;font-size:0px"> </td>
                                                                        <td style="width:auto;height:48px;line-height:1;padding:0px;vertical-align:middle" align="left" valign="middle">
                                                                                <div style="margin:0;font-size:18px;font-weight:bold;color:#333333;font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,Sans-Serif">Jose E. Chavez</div>
                                                                                <div style="margin:0;margin-top:2px;font-size:12px;color:#2b82ad;font-family:proxima-nova-1,Proxima-Nova,Helvetica,Arial,Sans-Serif"><img alt="http://" style="display:block;width:0;height:0;overflow:hidden" height="0" width="0">about.me/jose.e.chavez</div>
                                                                        </td>
                                                                </tr>
                                                        </tbody>
                                                </table>
                                        </a>
                                </div></td></tr>
                        <tr><td style="width:auto;height:20px;font-size:0px"> </td></tr>
                </tbody>
        </table>

                        </div></div></div></div>
<br><div class="gmail_quote">On Fri, Apr 17, 2015 at 8:03 AM, Darran Lofthouse <span dir="ltr">&lt;<a href="mailto:darran.lofthouse@jboss.com" target="_blank">darran.lofthouse@jboss.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quick warning for anyone developing using Java 8 but on projects still<br>
dependent on Java 7.<br>
<br>
Normally this is fine, as an engineer you make sure you don&#39;t use any<br>
new language features or call new APIs and generally it all works.<br>
<br>
With Java 8 there is one addition gotcha, Java 8 adds support for<br>
default method implementations on interfaces, to add to this some<br>
pre-existing methods have now been replaced with default<br>
implementations.  The side effect being it is easy to miss that you have<br>
a method missing from a class and it will not be picked up till it is<br>
compiled on Java 7.<br>
<br>
e.g. On java.util.Iterator the remove method is now default so classes<br>
that implement this interface no longer need to implement that method<br>
unless they really are providing an implementation of that method.<br>
<br>
Regards,<br>
Darran Lofthouse.<br>
<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</blockquote></div><br></div>