Skip to content

Instantly share code, notes, and snippets.

@destroytoday
Created December 12, 2010 07:26
Show Gist options
  • Save destroytoday/737905 to your computer and use it in GitHub Desktop.
Save destroytoday/737905 to your computer and use it in GitHub Desktop.
Static constructor
package com.destroytoday.example
{
public class StaticClass
{
{ trace('constructed'); } // <-- static constructor
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment