View Single Post
  #5   Spotlight this post!  
Unread 25-01-2012, 19:12
Ryan O's Avatar
Ryan O Ryan O is offline
FRC Eclipse Plug-in Developer
no team (FRC Eclipse)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Plaistow
Posts: 111
Ryan O is an unknown quantity at this point
Send a message via AIM to Ryan O
Re: Dummy WPILibJ: "parsing" package?

jhersh is correct - usually, something like that would be done in Java via annotations, however the current Java being used for FRC does not support them. An interface was the least overhead solution we came up with during development. If you are just creating a dummy set of stuff, you can safely ignore the interfaces unless you plan to use the advanced plug-ins that were out for Java. Given that they have no methods, you could also just use these interfaces directly - even if methods are implemented later, you could add "dummy" implementations/calls for those methods later on.

Good luck with your project!
__________________
CRUD Name: Windows
Rookie Year: 2005
Alumni to Team: 350
Reply With Quote